home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / 3dvect37.zip / JOYSTICK.EXT < prev    next >
Text File  |  1994-06-22  |  2KB  |  50 lines

  1. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  2. ;
  3. ; Filename     : joystick.ext
  4. ; Included from: Your Program
  5. ; Description  : External Definitions
  6. ;
  7. ; Written by: John McCarthy
  8. ;             1316 Redwood Lane
  9. ;             Pickering, Ontario.
  10. ;             Canada, Earth, Milky Way (for those out-of-towners)
  11. ;             L1X 1C5
  12. ;
  13. ; Internet/Usenet:  BRIAN.MCCARTHY@CANREM.COM
  14. ;         Fidonet:  Brian McCarthy 1:229/15
  15. ;   RIME/Relaynet: ->CRS
  16. ;
  17. ; Home phone, (905) 831-1944, don't call at 2 am eh!
  18. ;
  19. ; John Mccarthy would really love to work for a company programming Robots
  20. ; or doing some high intensive CPU work.  Hint. Hint.
  21. ;
  22. ; Send me your protected mode source code!
  23. ; Send me your Objects!
  24. ; But most of all, Send me a postcard!!!!
  25. ;
  26. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  27.  
  28.          extrn _tax:dword
  29.          extrn _tay:dword
  30.          extrn _tbx:dword
  31.          extrn _tby:dword
  32.          extrn _joycenax:dword
  33.          extrn _joycenay:dword
  34.          extrn _joycenbx:dword
  35.          extrn _joycenby:dword
  36.          extrn _joy_ax:dword
  37.          extrn _joy_ay:dword
  38.          extrn _joy_bx:dword
  39.          extrn _joy_by:dword
  40.          extrn _g_lastcallstate:byte
  41.          extrn _g_thiscallstate:byte
  42.          extrn _dead_zone:dword
  43.  
  44.          extrn _rawjoystick:near
  45.          extrn _justgetbutton:near
  46.          extrn _calibrate_joystick:near
  47.          extrn _cartisian_joystick:near
  48.          extrn _wait_all_off:near
  49.  
  50.